home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacApp Release 10 / MacApp Release 10 - HD Ready / Tools / MABuildTool.r < prev    next >
Encoding:
Text File  |  1996-04-03  |  16.2 KB  |  363 lines  |  [TEXT/MPS ]

  1. // MABuildTool.r
  2. // Copyright © 1986-96 by Apple Computer, Inc. All rights reserved. 
  3.  
  4. #ifndef __SYSTYPES_R__
  5. #include "SysTypes.r"
  6. #endif
  7.  
  8. #ifndef __TYPES_R__
  9. #include "Types.r"
  10. #endif
  11.  
  12. #if qPowerPC
  13. #include "CodeFragmentTypes.r"
  14. #endif
  15.  
  16. #ifndef __MACAPPVERSION__
  17. #include "MacAppVersion.h"
  18. #endif
  19.  
  20. #ifndef MW_Rez
  21. #if !qNoCode
  22. include $$Shell("ObjApp")"MABuildTool" 'CODE';
  23. #endif
  24. #endif
  25.  
  26.  
  27. resource 'vers' (1
  28. #if qNames
  29.     , "App Version"
  30. #endif
  31.     , purgeable) {
  32.     MA_VERS_CODE,
  33.     verUs,
  34.     MA_SHORT_VERSION,
  35.     MA_LONG_VERSION
  36. };
  37.  
  38. include "CoreDefaults.rsrc"  'vers' (2);        // part of MacApp
  39.  
  40.  
  41. #if qPowerPC
  42. resource 'cfrg' (0
  43. #if qNames
  44.     , "Configuration Info"
  45. #endif
  46. ) {
  47.     {
  48.         kPowerPC,
  49.         kFullLib,
  50.         kNoVersionNum,
  51.         kNoVersionNum,
  52.         0,
  53.         0,
  54.         kIsApp,
  55.         kOnDiskFlat,
  56.         kZeroOffset,
  57.         kWholeFork,
  58.         "MABuildTool"
  59.     }
  60. };
  61. #endif
  62.  
  63. /* help text */
  64.  
  65. resource 'STR#' (129,
  66. #if qNames
  67.     "help text",
  68. #endif
  69.     purgeable) {
  70.     {
  71.         "MABuild          # MacApp Build System";
  72.         "MABuild [option…] [file…]  ≥ progress";
  73.         "    -Asm option…            # Pass through options to Assembler";
  74.         "    -BuildFlags             # Get the build flags for these options";
  75.         "    -BuildFolder…           # Specify root object folder for this build";
  76.         "    -C option…              # Pass through options to C compiler";
  77.         "    -CP compiler            # Specify the C++ compiler to use:";
  78.         "                            # MrC, MWC68K, MWCPPC, SCpp";
  79.         "    -CPlusPlus…             # Pass through generic C++ compiler options";
  80.         "    -CreatorAndBundle option… # Pass through options to CreatorAndBundle tool";
  81.         "    -d name=(TRUE|FALSE)    # Set compile time variable name in all compilers";
  82.         "    -E                      # Pass through -E to Make";
  83.         "    -Fat appname            # Build a fat binary by adding the code and resources";
  84.         "                            # from a 68K application file";
  85.         "    -FolderName             # Get the folder name for these options";
  86.         "    -Help                   # Prints this list of options to stdout";
  87.         "    -Lib option…            # Pass through options to Librarian";
  88.         "    -Link option…           # Pass through options to Linker";
  89.         "    -Make option…           # Pass through options to Make";
  90.         "    -MakeSYM option…        # Pass through options to MakeSYM";
  91.         "    -MrC option…            # Pass through options to Macintosh RISC C/C++ compiler";
  92.         "    -MWC68K option…         # Pass through options to Metrowerks C/C++ 68K compiler";
  93.         "    -MWCPPC option…         # Pass through options to Metrowerks C/C++ PPC compiler";
  94.         "    -MWLink68K option…      # Pass through options to Metrowerks C/C++ 68K linker";
  95.         "    -MWLinkPPC option…      # Pass through options to Metrowerks C/C++ PPC linker";
  96.         "    -PPCAsm option…         # Pass through options to PPC Assembler";
  97.         "    -PPCLib option…         # Pass through options to PPC Librarian";
  98.         "    -PPCLink option…        # Pass through options to PPC Linker";
  99.         "    -R                      # Pass through -R to Make and write results of Make to stdout";
  100.         "    -RAMDisk name           # Use a RAM Disk for pre-compiled headers";
  101.         "    -RenameFlag oldname newname # Rename separate object folders";
  102.         "    -Rez option…            # Pass through options to Resource compiler";
  103.         "    -RSRC                   # Build only an application .rsrc file";
  104.         "    -S                      # Pass through -S to Make and write results of Make to stdout";
  105.         "    -SCpp option…           # Pass through options to the Symantec C++ compiler";
  106.         "    -Symantec               # Equivalent to -CP SCpp (for compatibility)";
  107.         "    -Version                # Display the tool version";
  108.         "    -[No]Align              # Longword align all code and data for speed";
  109.         "    -[No]Attachable         # Support for attaching scripts to objects";
  110.         "    -[No]AutoBuild          # Auto-build the MacApp libraries (and any others)";
  111.         "    -[No]Classic            # Build for classic 68K runtime";
  112.         "    -[No]Container          # OpenDoc container application";
  113.         "    -[No]CPlusLoad          # Make the C++ compiler use load/dump files";
  114.         "    -[No]Debug              # Turn on debugging and install debugging gear";
  115.         "    -[No]DebugMsg           # Turn on extra debugging messages";
  116.         "    -[No]Drag               # Include support for Drag & Drop";
  117.         "    -[No]Execute            # Execute the results of Make";
  118.         "    -[No]ExpandEnvVars      # Expand environment vars in AppName.MakeIt";
  119.         "    -[No]Fail               # Stop executing after first failure";
  120.         "    -[No]Fast               # Compile files in one batch (faster)";
  121.         "    -[No]GXPrinting         # Include support for GX Printing";
  122.         "    -[No]GXViews            # Include support for GX Views";
  123.         "    -[No]Inspector          # Include hooks for the inspector";
  124.         "    -[No]LinkMap            # Generate a link map in AppName.map";
  125.         "    -[No]LinkXRef           # Generate a linker cross reference in AppName.xref";
  126.         "    -[No]MacApp             # Build for use with MacApp";
  127.         "    -[No]MALibrary          # Use library, not object files";
  128.         "    -[No]ModelCFM           # Build for model CFM-68K support";
  129.         "    -[No]ModelFar           # Build for model far support";
  130.         "    -[No]ModelFarCode       # Build for model far code support";
  131.         "    -[No]ModelFarData       # Build for model far data support";
  132.         "    -[No]Names              # Include embedded debugging symbols";
  133.         "    -[No]NeedsColorQD       # Build to require Color QuickDraw™";
  134.         "    -[No]NeedsFPU           # Build to require a Floating point unit";
  135.         "    -[No]NeedsGX            # Build to require a QuickDraw GX";
  136.         "    -[No]NeedsMC68020       # Build to require a 68020";
  137.         "    -[No]NeedsMC68030       # Build to require a 68030";
  138.         "    -[No]NeedsMC68040       # Build to require a 68040";
  139.         "    -[No]NeedsSystem7       # Build to require System 7.0 or better";
  140.         "    -[No]NeedsSystem7_5     # Build to require System 7.5 or better";
  141.         "    -[No]NeedsVU            # Build for VU compatibility";
  142.         "    -[No]P                  # Show progress for the MABuild system";
  143.         "    -[No]Perform            # Include performance monitor code";
  144.         "    -[No]PowerTalk          # Include support for PowerTalk Mailers";
  145.         "    -[No]PP                 # Have all invoked tools show progress too";
  146.         "    -[No]RangeCheck         # Force range/overflow checking";
  147.         "    -[No]Run                # Run after build";
  148.         "    -[No]Save               # Auto-save all open windows before starting build";
  149.         "    -[No]SeparateObjects    # Keep separate object folders for each build variation";
  150.         "    -[No]SmallSym           # Try to generate smaller symbol files (slow!)";
  151.         "    -[No]StatusOnly         # Write results of Make to stdout";
  152.         "    -[No]Sym                # Generate SADE-compatible symbol information";
  153.         "    -[No]T                  # Show elapsed time for the MABuild system";
  154.         "    -[No]TemplateViews      # Include code to create views from templates";
  155.         "    -[No]theDebugger        # Support Jasik's The Debugger";
  156.         "    -[No]TT                 # Have all invoked tools show elapsed time too";
  157.         "    -[No]UserAutoBuild      # Auto-build user-specified libraries {MAUserAutoBuild}";
  158.         "    -[No]WriteTemplateViews # Include code to write view resources"
  159.     }
  160. };
  161.  
  162.  
  163. resource 'STR#' (1000,
  164. #if qNames
  165.     "RenameFlags",
  166. #endif
  167.     purgeable) {
  168.     {
  169. //        "123456789 123456789 123456789 1",        "123456789 123456789 1234567", // Folders only go to 27 chars on Macintosh!
  170.         "S720AtDrPtTeClSC",                        "68020 Deluxe",
  171.         "S720AtDrPtTefCfDClSC",                    "68020 Far Deluxe",
  172.         "S720AtDrPtTefCfDM8",                    "MW68020 Deluxe",
  173.         "S720AtDrPtTeSmClSC",                    "68020 Sym Deluxe",
  174.         "S720AtDrPtTeSmfCfDClSC",                "68020 Sym Far Deluxe",
  175.         "S720AtDrPtTeSmfCfDM8",                    "MW68020 Sym Deluxe",
  176.         "S720DrPtTeClSC",                        "68020 Drag Mail",
  177.         "S720DrPtTefCfDClSC",                    "68020 Far Drag Mail",
  178.         "S720DrPtTefCfDM8",                        "MW68020 Drag Mail",
  179.         "S720DrPtTeSmClSC",                        "68020 Sym Drag Mail",
  180.         "S720DrPtTeSmfCfDClSC",                    "68020 Sym Far Drag Mail",
  181.         "S720DrPtTeSmfCfDM8",                    "MW68020 Sym Drag Mail",
  182.         "S720FpAtDrPtTeClSC",                    "68020FP Deluxe",
  183.         "S720FpAtDrPtTefCfDClSC",                "68020FP Far Deluxe",
  184.         "S720FpAtDrPtTefCfDM8",                    "MW68020FP Deluxe",
  185.         "S720FpAtDrPtTeSmClSC",                    "68020FP Sym Deluxe",
  186.         "S720FpAtDrPtTeSmfCfDClSC",                "68020FP Sym Far Deluxe",
  187.         "S720FpAtDrPtTeSmfCfDM8",                "MW68020FP Sym Deluxe",
  188.         "S720FpDrPtTeClSC",                        "68020FP Drag Mail",
  189.         "S720FpDrPtTefCfDClSC",                    "68020FP Far Drag Mail",
  190.         "S720FpDrPtTefCfDM8",                    "MW68020FP Drag Mail",
  191.         "S720FpDrPtTeSmClSC",                    "68020FP Sym Drag Mail",
  192.         "S720FpDrPtTeSmfCfDClSC",                "68020FP Sym Far Drag Mail",
  193.         "S720FpDrPtTeSmfCfDM8",                    "MW68020FP Sym Drag Mail",
  194.         "S720FpNmAtDrPtTeSmClSC",                "68020FP Names Deluxe",
  195.         "S720FpNmAtDrPtTeSmfCfDClSC",            "68020FP Names Far Deluxe",
  196.         "S720FpNmAtDrPtTeSmfCfDM8",                "MW68020FP Names Deluxe",
  197.         "S720FpNmDbDmPeRaAtDrPtTeSmfCfDClSC",    "68020FP Debug Far Deluxe",
  198.         "S720FpNmDbDmPeRaDrPtTeSmfCfDClSC",        "68020FP Debug Far Drag Mail",
  199.         "S720FpNmDbDmPeRaTeSmfCfDClSC",            "68020FP Debug Far",
  200.         "S720FpNmDbDmRaAtDrPtTeSmfCfDM8",        "MW68020FP Debug Deluxe",
  201.         "S720FpNmDbDmRaDrPtTeSmfCfDM8",            "MW68020FP Debug Drag Mail",
  202.         "S720FpNmDbDmRaTeSmfCfDM8",                "MW68020FP Debug",
  203.         "S720FpNmDrPtTeSmClSC",                    "68020FP Names Drag Mail",
  204.         "S720FpNmDrPtTeSmfCfDClSC",                "68020FP Names Far Drag Mail",
  205.         "S720FpNmDrPtTeSmfCfDM8",                "MW68020FP Names Drag Mail",
  206.         "S720FpNmTeSmClSC",                        "68020FP Names",
  207.         "S720FpNmTeSmfCfDClSC",                    "68020FP Names Far",
  208.         "S720FpNmTeSmfCfDM8",                    "MW68020FP Names",
  209.         "S720FpTeClSC",                            "68020FP",
  210.         "S720FpTefCfDClSC",                        "68020FP Far",
  211.         "S720FpTefCfDM8",                        "MW68020FP",
  212.         "S720FpTeSmClSC",                        "68020FP Sym",
  213.         "S720FpTeSmfCfDClSC",                    "68020FP Sym Far",
  214.         "S720FpTeSmfCfDM8",                        "MW68020FP Sym",
  215.         "S720NmAtDrPtTeSmClSC",                    "68020 Names Deluxe",
  216.         "S720NmAtDrPtTeSmfCfDClSC",                "68020 Names Far Deluxe",
  217.         "S720NmAtDrPtTeSmfCfDM8",                "MW68020 Names Deluxe",
  218.         "S720NmDbDmPeRaAtDrPtTeSmfCfDClSC",        "68020 Debug Far Deluxe",
  219.         "S720NmDbDmPeRaDrPtTeSmfCfDClSC",        "68020 Debug Far Drag Mail",
  220.         "S720NmDbDmPeRaTeSmfCfDClSC",            "68020 Debug Far",
  221.         "S720NmDbDmRaAtDrPtTeSmfCfDM8",            "MW68020 Debug Deluxe",
  222.         "S720NmDbDmRaDrPtTeSmfCfDM8",            "MW68020 Debug Drag Mail",
  223.         "S720NmDbDmRaTeSmfCfDM8",                "MW68020 Debug",
  224.         "S720NmDrPtTeSmClSC",                    "68020 Names Drag Mail",
  225.         "S720NmDrPtTeSmfCfDClSC",                "68020 Names Far Drag Mail",
  226.         "S720NmDrPtTeSmfCfDM8",                    "MW68020 Names Drag Mail",
  227.         "S720NmTeSmClSC",                        "68020 Names",
  228.         "S720NmTeSmfCfDClSC",                    "68020 Names Far",
  229.         "S720NmTeSmfCfDM8",                        "MW68020 Names",
  230.         "S720TeClSC",                            "68020",
  231.         "S720TefCfDClSC",                        "68020 Far",
  232.         "S720TefCfDM8",                            "MW68020",
  233.         "S720TeSmClSC",                            "68020 Sym",
  234.         "S720TeSmfCfDClSC",                        "68020 Sym Far",
  235.         "S720TeSmfCfDM8",                        "MW68020 Sym",
  236.         "S730AtDrPtTeCFSC",                        "CFM68K Deluxe",
  237.         "S730AtDrPtTeSmCFSC",                    "CFM68K Sym Deluxe",
  238.         "S730DrPtTeCFSC",                        "CFM68K Drag Mail",
  239.         "S730DrPtTeSmCFSC",                        "CFM68K Sym Drag Mail",
  240.         "S730NmAtDrPtTeSmCFSC",                    "CFM68K Names Deluxe",
  241.         "S730NmDrPtTeSmCFSC",                    "CFM68K Names Drag Mail",
  242.         "S730NmTeSmCFSC",                        "CFM68K Names",
  243.         "S730TeCFSC",                            "CFM68K",
  244.         "S730TeSmCFSC",                            "CFM68K Sym",
  245.         "S7AtDrPtTeClSC",                        "68K Deluxe",
  246.         "S7AtDrPtTefCfDClSC",                    "68K Far Deluxe",
  247.         "S7AtDrPtTefCfDM8",                        "MW68K Deluxe",
  248.         "S7AtDrPtTeSmClSC",                        "68K Sym Deluxe",
  249.         "S7AtDrPtTeSmfCfDClSC",                    "68K Sym Far Deluxe",
  250.         "S7AtDrPtTeSmfCfDM8",                    "MW68K Sym Deluxe",
  251.         "S7CqAtDrPtTeMr",                        "MrC Deluxe",
  252.         "S7CqAtDrPtTeMW",                        "MWPPC Deluxe",
  253.         "S7CqAtDrPtTeSmMr",                        "MrC Sym Deluxe",
  254.         "S7CqAtDrPtTeSmMW",                        "MWPPC Sym Deluxe",
  255.         "S7CqDbDmRaAtDrPtTeSmMr",                "MrC Debug Deluxe",
  256.         "S7CqDbDmRaAtDrPtTeSmMW",                "MWPPC Debug Deluxe",
  257.         "S7CqDbDmRaDrPtTeSmMr",                    "MrC Debug Drag Mail",
  258.         "S7CqDbDmRaDrPtTeSmMW",                    "MWPPC Debug Drag Mail",
  259.         "S7CqDbDmRaTeSmMr",                        "MrC Debug",
  260.         "S7CqDbDmRaTeSmMW",                        "MWPPC Debug",
  261.         "S7CqDrPtTeMr",                            "MrC Drag Mail",
  262.         "S7CqDrPtTeMW",                            "MWPPC Drag Mail",
  263.         "S7CqDrPtTeSmMr",                        "MrC Sym Drag Mail",
  264.         "S7CqDrPtTeSmMW",                        "MWPPC Sym Drag Mail",
  265.         "S7CqTeMr",                                "MrC",
  266.         "S7CqTeMW",                                "MWPPC",
  267.         "S7CqTeSmMr",                            "MrC Sym",
  268.         "S7CqTeSmMW",                            "MWPPC Sym",
  269.         "S7CqVuAtDrPtTeSmMr",                    "MrC Sym VU Deluxe",
  270.         "S7CqVuAtDrPtTeSmMW",                    "MWPPC Sym VU Deluxe",
  271.         "S7CqVuDbDmRaAtDrPtTeSmMr",                "MrC Debug VU Deluxe",
  272.         "S7CqVuDbDmRaAtDrPtTeSmMW",                "MWPPC Debug VU Deluxe",
  273.         "S7CqVuDbDmRaDrPtTeSmMr",                "MrC Debug VU Drag Mail",
  274.         "S7CqVuDbDmRaDrPtTeSmMW",                "MWPPC Debug VU Drag Mail",
  275.         "S7CqVuDbDmRaTeSmMr",                    "MrC Debug VU",
  276.         "S7CqVuDbDmRaTeSmMW",                    "MWPPC Debug VU",
  277.         "S7CqVuDrPtTeSmMr",                        "MrC Sym VU Drag Mail",
  278.         "S7CqVuDrPtTeSmMW",                        "MWPPC Sym VU Drag Mail",
  279.         "S7CqVuTeSmMr",                            "MrC Sym VU",
  280.         "S7CqVuTeSmMW",                            "MWPPC Sym VU",
  281.         "S7DrPtTeClSC",                            "68K Drag Mail",
  282.         "S7DrPtTefCfDClSC",                        "68K Far Drag Mail",
  283.         "S7DrPtTefCfDM8",                        "MW68K Drag Mail",
  284.         "S7DrPtTeSmClSC",                        "68K Sym Drag Mail",
  285.         "S7DrPtTeSmfCfDClSC",                    "68K Sym Far Drag Mail",
  286.         "S7DrPtTeSmfCfDM8",                        "MW68K Sym Drag Mail",
  287.         "S7NmAtDrPtTeSmClSC",                    "68K Names Deluxe",
  288.         "S7NmAtDrPtTeSmfCfDClSC",                "68K Names Far Deluxe",
  289.         "S7NmAtDrPtTeSmfCfDM8",                    "MW68K Names Deluxe",
  290.         "S7NmDbDmPeRaAtDrPtTeSmfCfDClSC",        "68K Debug Far Deluxe",
  291.         "S7NmDbDmPeRaDrPtTeSmfCfDClSC",            "68K Debug Far Drag Mail",
  292.         "S7NmDbDmPeRaTeSmfCfDClSC",                "68K Debug Far",
  293.         "S7NmDbDmRaAtDrPtTeSmfCfDM8",            "MW68K Debug Deluxe",
  294.         "S7NmDbDmRaDrPtTeSmfCfDM8",                "MW68K Debug Drag Mail",
  295.         "S7NmDbDmRaTeSmfCfDM8",                    "MW68K Debug",
  296.         "S7NmDrPtTeSmClSC",                        "68K Names Drag Mail",
  297.         "S7NmDrPtTeSmfCfDClSC",                    "68K Names Far Drag Mail",
  298.         "S7NmDrPtTeSmfCfDM8",                    "MW68K Names Drag Mail",
  299.         "S7NmTeSmClSC",                            "68K Names",
  300.         "S7NmTeSmfCfDClSC",                        "68K Names Far",
  301.         "S7NmTeSmfCfDM8",                        "MW68K Names",
  302.         "S7TeClSC",                                "68K",
  303.         "S7TefCfDClSC",                            "68K Far",
  304.         "S7TefCfDM8",                            "MW68K",
  305.         "S7TeSmClSC",                            "68K Sym",
  306.         "S7TeSmfCfDClSC",                        "68K Sym Far",
  307.         "S7TeSmfCfDM8",                            "MW68K Sym",
  308.  
  309. //    Obsolete names (CFront, PPCC, SC), conflicting options
  310. //        "",                                    "NoDebug NoTemplate NoSys7",
  311. //        "Cq20FpNmDbDmPeRaTe",                "Debug MacII+ NoSys7",
  312. //        "Cq20FpNmDbDmPeRaTeSm",                "Debug Sym MacII+ NoSys7",
  313. //        "Cq20FpNmTe",                        "NoDebug Names MacII+ NoSys7",
  314. //        "Cq20FpTe",                            "NoDebug MacII+ NoSys7",
  315. //        "Cq20FpTeSm",                        "NoDebug Sym MacII+ NoSys7",
  316. //        "NmDbDmPeRa",                        "Debug NoTemplate NoSys7",
  317. //        "NmDbDmPeRaTe",                        "Debug Files NoSys7",
  318. //        "NmDbDmPeRaTeSm",                    "Debug Sym NoSys7",
  319. //        "NmTe",                                "NoDebug Names NoSys7",
  320. //        "NmTeSm",                            "NoDebug Names Sym NoSys7",
  321. //        "S7",                                "NoDebug NoTemplate",
  322. //        "S730NmDbDmPeRaTeCFSC",                "Debug CFM",
  323. //        "S730NmDbDmPeRaTeSmCFSC",            "Debug Sym CFM",
  324. //        "S7Cq20FpNmDbDmPeRaTe",                "Debug MacII+",
  325. //        "S7Cq20FpNmDbDmPeRaTeSm",            "Debug Sym MacII+",
  326. //        "S7Cq20FpNmDbDmPeRaTeSmfCfDSC",        "Debug Sym Far MacII+ SC",
  327. //        "S7Cq20FpNmTe",                        "NoDebug Names MacII+",
  328. //        "S7Cq20FpTe",                        "NoDebug MacII+",
  329. //        "S7Cq20FpTefCfDSC",                    "NoDebug Sym Far MacII+ SC",
  330. //        "S7Cq20FpTeSm",                        "NoDebug Sym MacII+",
  331. //        "S7CqDbDmRaTeFT",                    "Debug PPC",
  332. //        "S7CqDbDmRaTeMr",                    "Debug MrC",
  333. //        "S7CqDbDmRaTeSmFT",                    "Debug Sym PPC",
  334. //        "S7CqDrPtTeFT",                        "NoDebug Drag PTalk PPC",
  335. //        "S7CqDrPtTeSmFT",                    "NoDebug Drag PTalk Sym PPC",
  336. //        "S7CqNmTeSmFT",                        "NoDebug Names Sym PPC",
  337. //        "S7CqNmTeSmMr",                        "NoDebug Names Sym MrC",
  338. //        "S7CqTeFT",                            "NoDebug PPC",
  339. //        "S7CqTeSmFT",                        "NoDebug Sym PPC",
  340. //        "S7DrPtTe",                            "NoDebug Drag PTalk",
  341. //        "S7DrPtTeSm",                        "NoDebug Drag PTalk Sym",
  342. //        "S7DrPtTeSmfCfDSC",                    "NoDebug Sym Far Drag PTalk SC",
  343. //        "S7DrPtTeSmSC",                        "NoDebug Drag PTalk Sym SC",
  344. //        "S7NmDbDmPeRa",                        "Debug NoTemplate",
  345. //        "S7NmDbDmPeRaTe",                    "Debug Files",
  346. //        "S7NmDbDmPeRaTeSm",                    "Debug Sym",
  347. //        "S7NmDbDmPeRaTeSmfCfD",                "Debug Sym Far",
  348. //        "S7NmDbDmPeRaTeSmfCfDSC",            "Debug Sym Far SC",
  349. //        "S7NmDbDmPeRaTeSmSC",                "Debug Sym SC",
  350. //        "S7NmTe",                            "NoDebug Names",
  351. //        "S7NmTeSm",                            "NoDebug Names Sym",
  352. //        "S7Te",                                "NoDebug Files",
  353. //        "S7TefCfD",                            "NoDebug Far",
  354. //        "S7TefCfDSC",                        "NoDebug Far SC",
  355. //        "S7TeSC",                            "NoDebug SC",
  356. //        "S7TeSm",                            "NoDebug Sym",
  357. //        "S7TeSmfCfDSC",                        "NoDebug Sym Far SC",
  358. //        "S7TeSmSC",                            "NoDebug Sym SC",
  359. //        "Te",                                "NoDebug Files NoSys7",
  360. //        "TeSm",                                "NoDebug Sym NoSys7",
  361.     }
  362. };
  363.